.c24-date-alt {
	background-color:transparent;
	border:0;
	font-size:9px;
	width:170px;
}
.c24-rsn-calctabs {
	height: 25px;
	list-style:none;
	padding:0;
	margin:0;
}
.c24-rsn-calctabs li {
	float:left;

	color:#666;
	margin-right:2px;
}
.c24-rsn-calctabs li a {
	padding:3px 0 0;
	font-size:13px;
	font-weight:bold;
	display:block;
	width:167px;
	text-align:center;
	height:22px;
	background-color:#e5e5e5;
	text-decoration:none;
	color:#666;
	border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-khtml-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	border: 1px solid #dcdcdc;
	border-bottom:0px;
}
.c24-rsn-calctabs li a.active { background-color:#fff !important; color:#e84912 !important; }
.c24-tabbed-calc-box {
	border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	-khtml-border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.c24-tabbed-calc-content {
	padding:4px;
}

img.ui-datepicker-trigger { position:relative; top:3px; left:1px; }
#c24FormTravelFlightFull img.ui-datepicker-trigger { position:absolute; top:1px; left:79px; }
#form_travel_rental_full img.ui-datepicker-trigger { position:absolute; top:1px; left:79px; }
#ui-datepicker-div { z-index:9999 !important; }
li.ui-autocomplete-category { background-color:#e84912; color:#fff; }
li.ui-menu-item { background-color:#fff; }
.ui-autocomplete {
	width:220px;
	max-height: 130px;
	overflow-y: auto;
	overflow-x: hidden;
}
/**
 * IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
	height:130px;
}

#c24FormMietwagenGet img.ui-datepicker-trigger {
    left: 82px;
    position: absolute;
    top: 28px;
}

#c24FormMietwagenReturn img.ui-datepicker-trigger {
    left: 82px;
    position: absolute;
    top: 28px;
}